home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / Xm / XmCreateFormDialog.z / XmCreateFormDialog
Text File  |  1998-10-30  |  3KB  |  67 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmCCCCrrrreeeeaaaatttteeeeFFFFoooorrrrmmmmDDDDiiiiaaaalllloooogggg((((3333XXXX))))    UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV    XXXXmmmmCCCCrrrreeeeaaaatttteeeeFFFFoooorrrrmmmmDDDDiiiiaaaalllloooogggg((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XXXXmmmmCCCCrrrreeeeaaaatttteeeeFFFFoooorrrrmmmmDDDDiiiiaaaalllloooogggg - A Form FormDialog convenience creation
  10.           function
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.           #include <Xm/Form.h>
  14.           WWWWiiiiddddggggeeeetttt XXXXmmmmCCCCrrrreeeeaaaatttteeeeFFFFoooorrrrmmmmDDDDiiiiaaaalllloooogggg(
  15.           WWWWiiiiddddggggeeeetttt ppppaaaarrrreeeennnntttt,
  16.           SSSSttttrrrriiiinnnngggg nnnnaaaammmmeeee,
  17.           AAAArrrrggggLLLLiiiisssstttt aaaarrrrgggglllliiiisssstttt,
  18.           CCCCaaaarrrrddddiiiinnnnaaaallll aaaarrrrggggccccoooouuuunnnntttt);
  19.  
  20.      VVVVEEEERRRRSSSSIIIIOOOONNNN
  21.           This page documents Motif 2.1.
  22.  
  23.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  24.           XXXXmmmmCCCCrrrreeeeaaaatttteeeeFFFFoooorrrrmmmmDDDDiiiiaaaalllloooogggg is a convenience creation function that
  25.           creates a DialogShell and an unmanaged Form child of the
  26.           DialogShell.  A FormDialog is used for interactions not
  27.           supported by the standard dialog set.  This function does
  28.           not automatically create any labels, buttons, or other
  29.           dialog components.  Such components should be added by the
  30.           application after the FormDialog is created.
  31.  
  32.           Use XXXXttttMMMMaaaannnnaaaaggggeeeeCCCChhhhiiiilllldddd to pop up the FormDialog (passing the Form
  33.           as the widget parameter); use XXXXttttUUUUnnnnmmmmaaaannnnaaaaggggeeeeCCCChhhhiiiilllldddd to pop it
  34.           down.
  35.  
  36.           XXXXmmmmCCCCrrrreeeeaaaatttteeeeFFFFoooorrrrmmmmDDDDiiiiaaaalllloooogggg forces the value of the Shell resource
  37.           XXXXmmmmNNNNaaaalllllllloooowwwwSSSShhhheeeellllllllRRRReeeessssiiiizzzzeeee to True.
  38.  
  39.           _p_a_r_e_n_t    Specifies the parent widget ID
  40.  
  41.           _n_a_m_e      Specifies the name of the created widget
  42.  
  43.           _a_r_g_l_i_s_t   Specifies the argument list
  44.  
  45.           _a_r_g_c_o_u_n_t  Specifies the number of attribute/value pairs in
  46.                     the argument list (_a_r_g_l_i_s_t)
  47.  
  48.           For a complete definition of Form and its associated
  49.           resources, see XXXXmmmmFFFFoooorrrrmmmm(3).
  50.  
  51.      RRRREEEETTTTUUUURRRRNNNN
  52.           Returns the Form widget ID.
  53.  
  54.      RRRREEEELLLLAAAATTTTEEEEDDDD
  55.           XXXXmmmmFFFFoooorrrrmmmm(3).
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/24/98)
  64.  
  65.  
  66.  
  67.